home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xsok-1.000 / xsok-1 / xsok-1.01 / solver / crc16.h < prev    next >
Text File  |  1994-11-24  |  90b  |  3 lines

  1. unsigned short CRC16_reset(void);
  2. unsigned short CRC16_add(const void *buffer, size_t n);
  3.